ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / GridTileTagHelper<TControl> Class / ColumnSpan Property

In This Topic
    ColumnSpan Property (GridTileTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.GridTile.ColumnSpan. Sets the column spans occupied by this tile.
    Syntax
    'Declaration
     
    Public Property ColumnSpan As Integer
    public int ColumnSpan {get; set;}
    See Also